Skip to content
Back to search
30
MCP

TOON Parse

pulsemcp/toon parse

Reduces LLM context by removing code comments and converting data formats to compact TOON notation.

Uptime
0.0%
6 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.ankitpal181/toon-parse-mcp
MCP server that reduces LLM context by removing code comments and converting data formats to TOON
0 tools
TOON Context
Converts verbose JSON structures to compact TOON format, achieving 40-60% token reduction while maintaining complete data integrity through
0 tools
TOON
Converts structured data formats into compact tabular notation where field names appear once in headers, reducing token usage by 50-70%.
0 tools
n8n-nodes-toon-encode
Encode JSON → TOON (40-60% token savings for LLMs!)
0 tools
datoon
Smart structured-data to TOON gateway: converts to TOON only when it saves LLM tokens.
0 tools
Token Compressor
Semantic prompt compression using local LLM rewriting with embedding validation to reduce token usage by 40-60%.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "toon_parse": {
      "url": "None",
      "transport": "http"
    }
  }
}